-
Home
-
Custom post types for WordPress – ACPT Lite
-
1.0.2
-
Code
-
Classes
- ACPT_Lite_DB
Total Complexity |
138 |
Dependencies |
11 |
Dependents |
7 |
Total lines |
2,327 |
Lines of code |
1,719 |
Logical lines of code |
401 |
Comment lines |
306 |
Methods |
45 |
Properties |
0 |
Methods 45
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
import() |
D |
23 |
17 |
306 |
get() |
C |
23 |
20 |
222 |
saveMetaBox() |
C |
24 |
15 |
283 |
getTaxonomies() |
A |
37 |
10 |
81 |
deleteMeta() |
A |
42 |
10 |
60 |
createSchema() |
A |
37 |
2 |
111 |
removeOrphanRelationships() |
A |
45 |
6 |
50 |
createCustomPostTypes() |
S |
46 |
3 |
37 |
isACustomPostType() |
S |
53 |
3 |
26 |
delete() |
S |
52 |
3 |
26 |
getSettings() |
S |
53 |
3 |
24 |
getTemplate() |
S |
53 |
3 |
22 |
save() |
S |
47 |
1 |
52 |
getMetaField() |
S |
50 |
2 |
31 |
getTemplates() |
S |
53 |
2 |
24 |
saveTemplate() |
S |
51 |
1 |
37 |
saveTaxonomy() |
S |
51 |
1 |
37 |
getMetaBox() |
S |
56 |
2 |
19 |
destroySchema() |
S |
56 |
2 |
18 |
getId() |
S |
60 |
2 |
15 |
getTaxonomyId() |
S |
61 |
2 |
13 |
createNativePostTypes() |
S |
53 |
1 |
26 |
saveImport() |
S |
55 |
1 |
26 |
saveSettings() |
S |
57 |
1 |
22 |
assocPostToTaxonomy() |
S |
58 |
1 |
21 |
executeQueryOrThrowException() |
S |
69 |
2 |
6 |
checkIfSchemaExists() |
S |
64 |
2 |
10 |
deleteTaxonomy() |
S |
67 |
2 |
7 |
getMeta() |
S |
65 |
2 |
9 |
existsTemplate() |
S |
62 |
1 |
12 |
removeAssocPostToTaxonomy() |
S |
64 |
1 |
12 |
startTransaction() |
S |
80 |
1 |
3 |
prepare() |
S |
71 |
1 |
5 |
getResults() |
S |
75 |
1 |
4 |
sync() |
S |
77 |
1 |
4 |
commitTransaction() |
S |
80 |
1 |
3 |
rollbackTransaction() |
S |
80 |
1 |
3 |
count() |
S |
66 |
1 |
9 |
taxonomyCount() |
S |
66 |
1 |
9 |
removeMetaOrphans() |
S |
66 |
1 |
6 |
deleteTemplate() |
S |
77 |
1 |
3 |
deleteTemplates() |
S |
78 |
1 |
3 |
deleteTaxonomyAssociations() |
S |
68 |
1 |
8 |
exists() |
S |
64 |
1 |
10 |
prefix() |
S |
77 |
1 |
4 |